Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 11 - Renderer Objects / Renderer Objects Reference
Renderer Objects Routines / Managing Interactive Renderers


Q3InteractiveRenderer_SetCSGEquation

You can use the Q3InteractiveRenderer_SetCSGEquation function to set the CSG equation used by the interactive renderer.

TQ3Status Q3InteractiveRenderer_SetCSGEquation (
TQ3RendererObject renderer, 
TQ3CSGEquation equation);
renderer
An interactive renderer.
equation
A CSG equation. See "CSG Equations" on page 11-12 for the values you can pass in this parameter.
DESCRIPTION
The Q3InteractiveRenderer_SetCSGEquation function sets the CSG equation to be used by the interactive renderer specified by the renderer parameter to the equation specified by the equation parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996